Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/83. Twitter Follow Component/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/83. Twitter Follow Component/app.js
15 Views
0 Comments
let body = document.body;
let themer = document.querySelector(".themer");
const followButtons = document.querySelectorAll(".foll
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/83. Twitter Follow Component/index.html
30 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/83. Twitter Follow Component/style.css
15 Views
0 Comments
:root {
--light-bg: white;
--light-primary: rgb(247, 249, 250);
--light-secondary: rgb(240, 242, 243);
--light-divider: